Description
Try to execute again Works that have been send to a dead letter queue by the WorkManager after failure
Operation id | WorkManager.RunWorkInFailure |
Category | Services |
Label | Executes Works stored in the dead letter queue |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "WorkManager.RunWorkInFailure",
"label" : "Executes Works stored in the dead letter queue",
"category" : "Services",
"requires" : null,
"description" : "Try to execute again Works that have been send to a dead letter queue by the WorkManager after failure",
"url" : "WorkManager.RunWorkInFailure",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "categoryFilter",
"description" : null,
"type" : "stringlist",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "dryRun",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "timeoutSeconds",
"description" : null,
"type" : "long",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}